TEnumerableBase<T>.EqualsTo(T[]) Method

Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type.

Namespace: Spring.Collections.Base
public
 function EqualsTo(const values: array of T): Boolean; overload;

Parameters

values
Type: array of T

Return Value

Type: Boolean

 

Implements

IEnumerable<T>.EqualsTo(T[])